home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / pcl / docs.lha / latexinfo / .login < prev    next >
Text File  |  1992-02-26  |  290b  |  12 lines

  1. #!/bin/csh
  2.  
  3. # LaTeXinfo
  4. setenv LATEXINFO /afs/cs/project/clisp/hackers/ram/docs/latexinfo
  5.  
  6. # Add the format files to the list of directories that LaTeX searches.
  7. if ( $?TEXINPUTS ) then
  8.     setenv TEXINPUTS "$TEXINPUTS"':'"$LATEXINFO/styles"
  9. else
  10.     setenv TEXINPUTS ".:$LATEXINFO/styles"
  11. endif
  12.